UnifiedMessagingServiceGetCallInfo Method |
Gets the call information.
Namespace:
Independentsoft.Exchange.UnifiedMessaging
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic CallInfo GetCallInfo(
string callId
)
Public Function GetCallInfo (
callId As String
) As CallInfo
Parameters
- callId
- Type: SystemString
The call identifier.
Return Value
Type:
CallInfoCallInfo.
See Also